home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 2 / The Arsenal Files 2 (Arsenal Computer).ISO / lan / aiohay.exe / AIOHAY.TXT < prev   
Text File  |  1994-06-07  |  5KB  |  167 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Certified NetWare Connect Driver for Hayes ESPCA
  5. DOCUMENT ID:        TID250170
  6. DOCUMENT REVISION:  A
  7. DATE:               06JUN94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         AIOHAY.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Connect 1.0
  14.  
  15. ABSTRACT:
  16.  
  17. Certified AIOESPCA.NLM 2.00 driver for Hayes ESPCA board in NetWare Connect. 
  18. Driver supplied by Hayes.
  19.  
  20. ------------------------------------------------------------------------------
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  23. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  24. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  25. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  26. ------------------------------------------------------------------------------
  27.  
  28. ADDITIONAL CONFIGURATION
  29.  
  30. Third-Party Product and Version:
  31.  
  32. Hayes ESPCA board
  33.  
  34. SYMPTOM
  35.  
  36. Problems using Hayes ESPCA board with NetWare Connect.
  37.  
  38. SOLUTION
  39.  
  40. Install AIOESPCA.NLM according to these instructions included.
  41.  
  42. Self-Extracting File Name:  AIOHAY.EXE
  43.  
  44. Files Included     Size     Date
  45.  
  46. AIOHAY.TXT      ( This File )
  47. AIOESPCA.NLM   18266          9-19-93
  48.  
  49. Installation Instructions:
  50.  
  51. 1. This driver is provided by Hayes to allow AIO applications to use the
  52. serial ports on a Hayes ESP Communications Accelerator installed in the
  53. server.  If you need technical support for the driver or board please contact
  54. Hayes:
  55.  
  56.      Hayes Microcomputer Products, Inc.
  57.      P.O. Box 105203
  58.      Atlanta, GA. 30348
  59.      TEL: 404-441-1617      BBS: 800-874-2937 US-HAYES
  60.      FAX: 404-449-0087      BBS: 404-446-6336 HI-MODEM
  61.  
  62. 2. Copy AIOESPCA.NLM to SYSTEM:SYS.
  63.  
  64. 3. Each board requires its own interrupt, which is allocated to the first
  65. port, or Master Port.  Additional ports (Slave Ports) share the interrupt,
  66. unless specifically assigned an exclusive interrupt using the "slavex="
  67. parameter.
  68.  
  69.   Interrupts (hex) 3, 4, 5, 7, 9, A, B, C, E, and F are supported.  As many
  70. boards may be installed as interrupt availability allows, up to a maximum of
  71. ten boards.
  72.  
  73. 4. The operator must issue one LOAD command per board.  LOADing is typically
  74. performed by the AUTOEXEC.NCF file at startup time.
  75.  
  76.   To load the AIOESPCA NLM use the following command:
  77.  
  78.      load aioespca port=xxx int=x [slavex=yyy]
  79.      [node=x] [byteio] [name=x] [prescalex=y]
  80.  
  81.   The brackets indicate optional parameters.
  82.  
  83. ______________________________________
  84. REQUIRED load parameters
  85.  
  86. node
  87. AIO requires that boards be numbered starting from zero and that all boards
  88. using an individual driver have contiguous numbers.  This requirement may lead
  89. to the need to include a "node=" parameter on the command line with some
  90. drivers.  If it is not included AIO will not find the board or the ports on
  91. that board.
  92.  
  93.   LOAD AIOESPCA NODE=0
  94.  
  95. This will set the board number for this invocation of the driver to zero. 
  96. Succeeding load commands for the driver require "node=1", "node=2" ...
  97.  
  98. port
  99. Specifies I/O address (in hex) used by ESPCA board.
  100. This must match the jumpered I/O address designation for the intended board. 
  101. Several hardware jumpered I/O Addresses are available, with the remaining
  102. addresses available via software configuration of the board's nonvolatile
  103. memory.
  104.  
  105. Valid choices are: 100, 140, 180, 200, 240, 280, 300, 380.
  106.  
  107. int
  108. Specifies interrupt used by the first port, or Master Port.  Other ports share
  109. this interrupt unless specifically assigned an exclusive interrupt using the
  110. "slavex=" parameter.
  111.  
  112. Valid choices are: 3, 4, 5, 7, 9, A, B, C, E, F.
  113.  
  114. ______________________________________
  115. OPTIONAL load parameters:
  116.  
  117. slavex
  118. Specifies interrupt used by a particular slave port.  Slaves are numbered
  119. starting with 1, with the number replacing the "x" in "slavex".
  120. For example:
  121.      slave1=7   (assign interrupt 7 to first Slave Port)
  122.  
  123. Valid choices are: 3, 4, 5, 7, 9, A, B, C, E, F.
  124.  
  125. byteio
  126. By default, the AIOESPCA driver performs 16-bit I/O data move operations,
  127. which require a 16-bit bus slot.  The AIOESPCA driver and ESPCA board may
  128. operate in an 8-bit slot by specifying this switch.
  129.  
  130.      Valid choices are: 0-9.
  131.  
  132. name
  133. The user defined name which correlates to the board loaded.
  134.  
  135. prescalex
  136. Specifies a baud rate multiplier for a particular port.
  137. Baud rates can be doubled, quadrupled, or octupled using this switch.
  138.  
  139. For example:
  140.      prescale0=1  (doubles Master Port baud rates)
  141.      prescale1=3  (octuples first Slave Port baud rates)
  142.  
  143. Valid choices are:  0 - 3
  144.                     0 - x1
  145.                     1 - x2
  146.                     2 - x4
  147.                     3 - x8
  148.  
  149. Patch History:
  150.  
  151. This is the first time a driver for the ESPCA card has been provided in the
  152. NetWire library.
  153.  
  154. Copyright (C) 1993 Hayes Microcomputer Products, Inc
  155. All rights reserved.
  156. September 1, 1993
  157.  
  158. ----------------------------------------------------------------
  159. Any trademarks referenced in this document are the property of their
  160. respective owners.  Consult your product manuals for complete trademark
  161. information.
  162. ----------------------------------------------------------------
  163.  
  164.  
  165.  
  166.  
  167.